home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Assistant
/
Business Assistant.iso
/
acctg
/
cris20
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1990-04-21
|
417b
|
18 lines
@echo off
cls
md c:\cris20
copy *.* c:\cris20
prompt $p$g
c:
cd \cris20
cris20
copy cris.bat c:\
echo ** Select the "Util" menu now, select the "Setup" option,
echo then enter your business name, address, city, state, zip,
echo phone, and sales tax information.
pause
main
echo ** Enjoy CRIS 2.0! Be sure to read the documentation thoroughly!
echo ** Type "CRIS" to run CRIS from now on.
pause